home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Fuentes / TTFPFX2.ZIP / TTFPFX2.DOC < prev    next >
Text File  |  1997-09-14  |  1KB  |  52 lines

  1. TTFPFX2.DOC   Aug 15 92
  2.  
  3. TTFPFX2.EXE is a DOS program which patch-changes the 
  4. prefix of TTF font names ; 
  5. before the fonts are installed in Windows .
  6.  
  7. Contents of TTFPFX2.ZIP :
  8.  
  9.    TTFPFX2.DOC  This doc file
  10.    TTFPFX2.EXE  DOS executable
  11.    TTFPFX2.C    Quick-C source 
  12.    
  13. The program takes one parameter ; 
  14. which is the name of an ascii input control file.   
  15. Each input line changes a single font-name-prefix in one or more
  16. *.TTF files in the current directory.
  17. The first character of each input line is a separator, like (=) .
  18. The line has 3 or more fields :
  19.  
  20. =newpfx=oldpfx=filenam1.TTF [=filenam2.TTF] [=filenam3.TTF] ...
  21.  
  22. the newpfx and oldpfx must be of the same length , for example :  
  23.  
  24. =A_Ari=Arial=ARIAL.TTF=ARIALBD.TTF=ARIALBI.TTF=ARIALI.TTF
  25. =F_Couri=Courier=COUR.TTF=COURBD.TTF=COURBI.TTF=COURI.TTF
  26. =E_Tim=Times=TIMES.TTF=TIMESBD.TTF=TIMESBI.TTF=TIMESI.TTF
  27. =Z_Wi=Wing=WINGDING.TTF
  28. =Z_Symb=Symbol=SYMBOL.TTF
  29.  
  30. Diagnostics are writen to "inputfil".FX2  
  31.  
  32. Do it in this order :
  33.   (1) Backup the target *.TTF files 
  34.   (2) Run TTFPFX2  
  35.   (3) Install the fonts in Windows
  36.  
  37. My personal font prefix classes are :
  38.  
  39.         A_  sAn serif 
  40.         E_      sErif 
  41.         F_  Fixed 
  42.         H_  Heading
  43.         K_  Kaligraphic
  44.         M_  Manual  
  45.         S_  Script
  46.         X_  Xtra , Miscellaneous
  47.         Z_  dingbats          
  48.         
  49. Let me know how this works for you.  
  50. Jim  Davis  71064,3171
  51.         
  52.